Articles by Muhammad Arul
-
How to Install Wekan Trello-like Kanban on Ubuntu 16.04
Author: Muhammad Arul • Tags: nginx, ubuntu, web server • Comments: 0
Wekan is an open source trello-like kanban board based on the Meteor Javascript framework. It's a web-based management tool that allows you to create a board for your project collaboration.
-
How to Install BookStack with Nginx on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 2
BookStack is an open source platform to create documentation/wiki content for your project. Your project documentation/wiki gets stored on BookStack as a 'Book', followed by 'Chapter' and 'Pages'. In this tutorial, I will show you step-by-step how to install and configure BookStack on Ubuntu 16.04 LTS.
-
How to Install Gogs Go Git Service on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, programming, ubuntu • Comments: 2
Gogs is free and open source Git service written in Go language. Gogs is a painless self-hosted git service that allows you to create and run your own Git server on a minimal hardware server. Gogs web-UI is very similar to GitHub and offers support for MySQL, PostgreSQL, and SQLite database.
-
-
How to Install Turtl Server - Evernote Alternative - on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 10
Turtl is a secure and encrypted Evernote alternative. It's an open source application that allows you to take notes, bookmark websites, store documents, share passwords with your coworkers. In this tutorial, we will show you step-by-step how to install and configure the Turtl server on Ubuntu 16.04.
-
Install Taiga.io Agile Project Management Software on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 8
Taiga.io is an open source project management system for agile developers, designers, and project managers. In this tutorial, I will show you step-by-step how to install the Taiga.io project management tool on Ubuntu 16.04 server.
-
How to Install OpenProject on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 3
OpenProject is a web-based management system for location-independent team collaboration, released under GNU GPL 3 License. It's a project management software that provides task-management, team collaboration, and scrum. In this tutorial, I will show you how to install and configure the OpenProject management system using Ubuntu 16.04.
-
How to Install SuiteCRM with Nginx on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, nginx, ubuntu, web server • Comments: 4
SuiteCRM is an open source CRM (Customer Relationship Management) software based on PHP. It is a fork of the popular CRM software 'SugarCRM', and has become more popular after 'SugarCRM' decided to stop the development of the free version. In this tutorial, I will show you step-by-step how to install the open source CRM 'SuiteCRM'.
-
How to Install Mautic Marketing Automation Tool on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu • Comments: 2
Mautic is an open source self-hosted marketing automation tool for everyone. You can use it to grow up your business, monitor your website, create landing pages, create campaign for your business, manage contacts, and even send marketing emails.
-
How to Install Grav CMS with Nginx on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 0
Grav is a modern web application that requires no database. It's a file-based web platform that's simple and fast. In this tutorial, I will show you step by step how to install and configure Grav CMS on Ubuntu 16.04.
-
How to Deploy a MongoDB Sharded Cluster on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, storage • Comments: 7
This tutorial shows you how to install a MongoDB Sharded Cluster on CentOS 7. Sharding is a MongoDB process to store data-set across different machines. It allows you to perform a horizontal scale of data and to partition all data across independent instances.